projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdce1f5
)
tests/directory: Remove unnecessary dummy registry URL for crates.io
author
Josh Triplett
<josh@joshtriplett.org>
Thu, 2 Mar 2017 00:35:42 +0000
(16:35 -0800)
committer
Josh Triplett
<josh@joshtriplett.org>
Thu, 2 Mar 2017 00:35:42 +0000
(16:35 -0800)
Older versions of cargo required this; current versions do not. All of
the tests still pass with it removed.
tests/directory.rs
patch
|
blob
|
history
diff --git
a/tests/directory.rs
b/tests/directory.rs
index 9d6dcf1477ff5daac42226f62913b5020a8a49dc..55f588ab27c6d261b220d2867659b86bddd20851 100644
(file)
--- a/
tests/directory.rs
+++ b/
tests/directory.rs
@@
-20,7
+20,6
@@
fn setup() {
t!(fs::create_dir(&root.join(".cargo")));
t!(t!(File::create(root.join(".cargo/config"))).write_all(br#"
[source.crates-io]
- registry = 'https://wut'
replace-with = 'my-awesome-local-registry'
[source.my-awesome-local-registry]